wayland: Link against librt
authorMatthias Clasen <mclasen@redhat.com>
Sun, 7 Aug 2016 20:11:55 +0000 (16:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Aug 2016 20:11:55 +0000 (16:11 -0400)
This is required for shm_open.

https://bugzilla.gnome.org/show_bug.cgi?id=769603

gdk/wayland/Makefile.am

index fdadb242a7377678e260f607181ae52e2ef7c92d..e6950bf8c91f86a79fcad5881e53f21b31f94a24 100644 (file)
@@ -15,7 +15,7 @@ AM_CPPFLAGS =                                 \
        $(GTK_DEBUG_FLAGS)                      \
        $(GDK_DEP_CFLAGS)
 
-LDADDS = $(GDK_DEP_LIBS)
+LDADDS = $(GDK_DEP_LIBS) $(SHM_LIBS)
 
 noinst_LTLIBRARIES =                           \
        libgdk-wayland.la